To use the full power of XSLT for XSL Transformations, you will need to download and install either the Internet Explorer 5.5 beta version or the MSXML3 technology preview from Microsoft, which you can download from http://msdn.microsoft.com/downloads/webtechnology/xml/msxml.asp
Once you have installed MSXML3, please make sure that you execute the utility program 'XMLINST.EXE' that Microsoft has installed into your \WINDOWS\SYSTEM32\ directory. This step is necessary to ensure that MSXML3 is actually set to be the default XML module instead of the old MSXML.DLL version.
Alternatively you can also use any external XSLT processor that supports the final XSL Transformation recommendation. Please see the XSL Settings for details.
To use XSLT successfully, please make sure that your XSL Stylesheet is correctly referring to the namespace defined in the final XSLT recommendation:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|